Score 5
Author 李祥
Organization 湖北经济学院
给定一组整数:
{ 36, 25, 81, 17, 49 }
采用直接插入排序法按升序排序,请写出经过一趟排序后的结果:
{ 1 point(s), 1 point(s), 1 point(s), 1 point(s), 1 point(s) }
Judge Result
Accepted
Score
5 Point(s)
Score 1
Author 李廷元
Organization 中国民用航空飞行学院
图的深度优先搜索(DFS)使用了一种数据结构,这种数据结构是 1 point(s)。
Judge Result
Accepted
Score
1 Point(s)
Score 2
Author Ld-ds
Organization 临沂大学
在有n个顶点的有向图中,若要使任意两点间可以互相到达,则至少需要2 point(s)条弧
Judge Result
Wrong Answer
Score
0 Point(s)
Score 2
Author 王俊玲
Organization 集美大学
一棵二叉树的先序序列: abdfcegh,中序序列:bfdagehc。后序遍历序列为( )。
2 point(s)
Judge Result
Accepted
Score
2 Point(s)
The answer has ended. It is only for browsing the problem